WARNING: This program has a logic error! A logic error means the code runs, but it doesn't do what we intended.
RULE: Programs run in order from top to bottom! The stage.wait() command pause the whole stage.
- Click Run and look at the stage.
- We don't see most of the .say() commands happen, because there is no pause between them!
- Fix the program so that hedgey waits 3 seconds between saying each fun fact about hedgehogs.
To navigate the page using the TAB key, first press ESC to exit the code editor.